.hydt {
    margin-top: 40px;
}

.hydt>.fl {
    position: relative;
    --swiper-theme-color: red;
}

.hydt .swiper {
    width: 568px;
    height: 367px;
}

.hydt .swiper .swiper-slide {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.hydt>.fr {
    width: 590px;
}

.title .fl {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.title .fl::before {
    content: '';
    float: left;
    display: inline-block;
    width: 6px;
    height: 34px;
    margin-right: 10px;
    background: #06c;
}

.title .fr {
    margin-top: 6px;
}

.hydt ul {
    margin-top: 15px;
}

.hydt ul a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    box-sizing: border-box;
    transition: all .2s;
}

.hydt ul a:first-child .content {
    -webkit-line-clamp: 3;
}

.hydt ul a:hover {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2), 0 0 2px 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    border-bottom: 1px solid #fff;
}

.hydt ul a:hover .content {
    color: #06c;
}

.hydt .infoBox {}

.hydt .time {
    width: 50px;
    height: 54px;
    font-size: 16px;
    border-right: 1px solid #e6e6e6;
    margin-left: 16px;
    padding-right: 26px;
    text-align: center;
    color: #06c;
    margin-top: 9px;
}

.hydt .time .big {
    font-size: 22px;
}

.hydt .dian {
    width: 12px;
    height: 12px;
    background-color: #ff831f;
    border-radius: 100%;
    margin-top: 30px;
}

.hydt .content {
    width: 436px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.hydt .texthidden {
    font-size: 16px;
    margin-top: 20px;
    color: #979595;
    line-height: 26px;
}

.cnotice {
    margin-top: 20px;
}

.cnotice>.fl {
    width: 726px;
}

.cnotice .title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.infoList {}

.infoList a {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e6e6e6;
    transition: all .2s;
}

.infoList a:hover {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2), 0 0 2px 1px rgba(0, 0, 0, .2);
    border-bottom: 1px solid #fff;
    border-radius: 5px;
}

.infoList a:hover .content {
    color: #06c;
}

.infoList .pic {
    width: 138px;
    height: 108px;
    margin-right: 10px;
}

.infoList .content {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.infoList .texthidden {
    font-size: 16px;
    color: #979595;
    margin-top: 10px;
    line-height: 24px;
}

.infoList .time {
    font-size: 16px;
    color: #979595;
    margin-top: 10px;
}

.infoList .time img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.cnotice>.fr {
    width: 432px;
}

.cnotice>.fr a {
    display: inline-block;
    width: 196px;
    height: 260px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    text-align: center;

}

.cnotice>.fr a:hover {
    animation: swipe 2s .4s linear infinite;
}

@keyframes swipe {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(1turn);
    }
}

.cnotice>.fr a img {
    margin-top: 60px;
    margin-bottom: 30px;
}

.cnotice>.fr>img {
    margin-top: 40px;
}

.dsj1 {
    height: 208px;
    position: relative;
}

.dsj1 .swiper {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    transition: all 1s;
}
.dsj1 .swiper:hover{
    transform: scale(1.05);
}

.dsj1 .swiper .swiper-slide {
    background-size: 100% 100%;
    cursor: pointer;
}
.dongtai {
    margin-top: 40px;
}

.dongtai .title {
    padding-bottom: 10px;
    border-bottom: 2px solid #e6e6e6;
}

.dongtai>.fl {
    width: 580px;
}

.dongtai>.fr {
    width: 580px;
}

.dt_infolist {
    display: block;
    width: 100%;
    margin-top: 22px;
    border-bottom: 1px solid #e6e6e6;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 10px;
    transition: all .2s;
    cursor: pointer;
    box-sizing: border-box;
}

.dt_infolist:hover {
    border: 1px solid #06c;
}

.dt_infolist .time {
    background-color: #ff831f;
    color: #fff;
    margin-right: 20px;
    margin-left: 16px;
    width: 50px;
    height: 54px;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
}

.dt_infolist .time .big {
    font-size: 22px;
}

.dt_infolist .content {
    width: 410px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}


.hyfc {
    width: 100%;
    height: 300px;
    margin-top: 40px;
    background: url("../img/banner3.png");
    background-size: cover;
    position: relative;
}

.swiper-button-next3 {
    right: 5%;
}

.swiper-button-prev3 {
    left: 5%;
}

.swiper-button-prev img {
    width: 60px;
    height: 60px;
}

.swiper-button-next3 img {
    width: 60px;
    height: 60px;
}

.swiper-button-prev3:after,
.swiper-button-next3:after {
    content: "";
}

.hyfc .swiper {
    width: 100%;
    height: 300px;
}

.hyfc .swiper .swiper-slide {
    padding-top: 45px;
    box-sizing: border-box;
}

.hyfc .swiper .dl {
    display: block;
    width: 150px;
    height: 100px;
    background-size: 100% 100%;
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
    position: relative;
}

.hyfc .swiper .dl:nth-child(6n) {
    margin-right: 0;
}

.hyfc .swiper .dl div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background-color: #e1e1e1;
    display: none;
    transition: all .2s;
}

.hyfc .swiper .dl:hover div {
    display: block;
}